home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / misc / graph2d3.lha / Graph2DV3.10 / Functions / Bsp3D.fkt < prev   
Text File  |  1995-04-29  |  229b  |  8 lines

  1. Graph2D(V1.00) Funktionsliste
  2. R(x,y)=sqrt(x^2+y^2)
  3. Gauss(x,y)=exp(-R(x,y)^2)
  4. Hut(x,y)=cos(R(x,y))-cos(3*R(x,y))/3+cos(5*R(x,y))/5+cos(7*R(x,y))/7
  5. Blob(x,y)=sin(R(x,y))/R(x,y)
  6. Wellen(x,y)=sin(x+y)
  7. Eierschachtel(x,y)=sin(x)*cos(y)
  8.